Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / OnListChanged Method
A System.ComponentModel.ListChangedEventArgs object that contains the event data.

In This Topic
    OnListChanged Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Translates changes in the internal list to the Objects collection.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnListChanged( _
       ByVal e As System.ComponentModel.ListChangedEventArgs _
    ) 
    protected override void OnListChanged( 
       System.ComponentModel.ListChangedEventArgs e
    )

    Parameters

    e
    A System.ComponentModel.ListChangedEventArgs object that contains the event data.
    See Also